﻿*** To Do ***

There is a problem (not common, but) if a URL has gif, jpeg, png, etc. in it

For example, the following code: 

    <li><a href="http://www.gifworks.com/image_editor.html">GifWorks </a><br />
    GifWorks is a free online GIF image editor -- nothing to download or  install. Some of the things you can do with GifWorks: insert text,  resize, crop, rotate, flip, replace or modify color, add transparency,  add special effects and more.<br />
    &nbsp;</li>

will get the URL converted as if it were an image because it includes a .gif

Not sure how to fix this yet...

